home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15440 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: news.compuserve.com!newsmaster
  2. From: 70253.3461@compuserve.com (Larry Widing)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Visual C++ 4.0 and Win 3.11
  5. Date: Fri, 05 Apr 1996 14:47:20 GMT
  6. Organization: CompuServe Incorporated
  7. Message-ID: <4k3bpq$a3p@arl-news-svc-4.compuserve.com>
  8. References: <828612569snz@denning.demon.co.uk>
  9. NNTP-Posting-Host: dd16-005.compuserve.com
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. Paul Denning <Paul@denning.demon.co.uk> wrote:
  13.  
  14. >It's not clear to me from the manuals whether it is possible to run an
  15. >application developed under Visual C++ v4.0 on a computer with Win 3.11 and
  16. >Win32s. I have tried with no success.
  17.  
  18. >Please can someone tell me whether this is possible and how to do it.
  19.  
  20. >Thanks.
  21.  
  22. >Apologies if this question has been asked in this group before.
  23.  
  24. >-- 
  25. >Paul Denning, P.D.S., Bristol, UK
  26. >Software for Scientific Instruments      Ph./Fax +44-117-9428711
  27. >Take the challenge. The 15th Action 100 Bike Ride, Bristol->London, Aug 25th 96
  28.  
  29. Paul,
  30.  
  31. This is possible, I have done it with several of my own appilications.
  32. If your code does not use any OLE, it should work provided that you
  33. have installed the latest version of Win32s on your Win 3.11
  34. environment.  If you do use OLE, you will need to execute two commands
  35. to register the MFC OLE fucntions (these are described in the readme
  36. file that comes with Visual C++ 4.0).  Beyond that, there are several
  37. API functions that do not work under Win32s, so you need to make sure
  38. that you do not use those.
  39.  
  40. Larry Widing
  41.  
  42.